home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Hyper / I-J / JUST FOR FUN.cpt / Just for Fun / Just for Fun / card_15511.txt < prev    next >
Encoding:
Text File  |  1987-12-28  |  589 b   |  32 lines

  1. -- card: 15511 from stack: in
  2. -- bmap block id: 14690
  3. -- flags: 0000
  4. -- background id: 2595
  5. -- name: n
  6. ----- HyperTalk script -----
  7. on openCard
  8.   wait 1 seconds
  9.   go to card "alfa"
  10. end openCard
  11.  
  12.  
  13.  
  14. -- part 1 (button)
  15. -- low flags: 00
  16. -- high flags: 0004
  17. -- rect: left=12 top=313 right=339 bottom=44
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 15420 / 15420
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: Go Back
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   visual scroll right
  29.   go to prev card
  30. end mouseUp
  31.  
  32.